.input-group-text, .form-select, .form-control{
    border: 1px solid black;
    border-radius: 0;
}
.input-group-text{background: none;}
.form-select:focus, .form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid black;
}
.btn-ct{
    border: none;
    border-radius: 0;
    color: white;
    text-decoration: none;
    padding: 10px;
    background-color: #035772;
}
.btn-ct:disabled{
    opacity: 0.7;
}
.btn-ct:hover{
    transition: 0.3s;
    opacity: 0.7;
}
.ajax-loader{
    display: none;
    position: absolute;
    background-color: rgba(145, 145, 145, 0.459);
    text-align: center;
    z-index: 19;
    box-shadow: 0px 0px 10px 10px rgba(145, 145, 145, 0.459);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}